home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2000 #4 / Amiga Plus CD - 2000 - No. 4.iso / Tools / Commo-Support / Disk-Archive / includes-1_4.dms / includes-1_4.adf / i.zoo / exec / exec.i < prev    next >
Encoding:
Text File  |  1989-12-06  |  840 b   |  36 lines

  1.     IFND    EXEC_EXEC_I
  2. EXEC_EXEC_I    SET    1
  3. **
  4. **    $Filename: exec/exec.i $
  5. **    $Release: 1.3 $
  6. **    $Revision: 36.2 $
  7. **    $Date: 89/12/06 03:04:53 $
  8. **
  9. **    Include all Exec include files in non-overlapping order.
  10. **
  11. **    (C) Copyright 1985,1986,1987,1988,1989 Commodore-Amiga, Inc.
  12. **        All Rights Reserved
  13. **
  14.  
  15.     INCLUDE "exec/types.i"
  16.     INCLUDE "exec/nodes.i"
  17.     INCLUDE "exec/lists.i"
  18.     INCLUDE "exec/alerts.i"
  19.     INCLUDE "exec/errors.i"
  20.     INCLUDE "exec/initializers.i"
  21.     INCLUDE "exec/resident.i"
  22.     INCLUDE "exec/strings.i"
  23.     INCLUDE "exec/memory.i"
  24.     INCLUDE "exec/tasks.i"
  25.     INCLUDE "exec/ports.i"
  26.     INCLUDE "exec/interrupts.i"
  27.     INCLUDE "exec/semaphores.i"
  28.     INCLUDE "exec/libraries.i"
  29.     INCLUDE "exec/io.i"
  30.     INCLUDE "exec/devices.i"
  31.     INCLUDE "exec/execbase.i"
  32.     INCLUDE "exec/ables.i"
  33. ;;;;;;;;INCLUDE "exec/exec_lib.i"    ;special information
  34.  
  35.     ENDC    ; EXEC_EXEC_I
  36.